home *** CD-ROM | disk | FTP | other *** search
- on mouseEnter me
- cursor(280)
- end
-
- on mouseLeave me
- cursor(-1)
- end
-
- on mouseUp me
- global gWWW, gBrowser
- if gBrowser contains ":\" then
- gotoNetPage(gWWW, "_new")
- else
- checkbrowser()
- if gBrowser contains ":\" then
- gotoNetPage(gWWW, "_new")
- else
- openMessageWindow("E' necessario installare un Browser per collegarsi a Internet." & RETURN & "Esplorazione annullata.", "Galleria d'arte", "Warning")
- end if
- end if
- end
-